Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace fxhash with rustc-hash #3502

Merged
merged 4 commits into from
Mar 1, 2023
Merged

Conversation

james7132
Copy link
Contributor

@james7132 james7132 commented Feb 20, 2023

Checklist

  • Run cargo clippy.
  • Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Connections
Fixes #3369.

Description
Changes all dependencies that currently depend on fxhash to use rustc-hash instead, which should be a drop-in replacement that is both maintained and hit 1.0. Brings it into line with naga, which is using rustc-hash.

Testing
All of the crates in the workspace build properly.

Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@cwfitzgerald
Copy link
Member

Format mad

@teoxoy teoxoy mentioned this pull request Feb 22, 2023
@cwfitzgerald cwfitzgerald enabled auto-merge (squash) March 1, 2023 18:32
@cwfitzgerald cwfitzgerald merged commit 6ee0d4c into gfx-rs:master Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Both fxhash and rustc-hash are in the dependency tree
3 participants